home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / flev110.zip / FLBULL.DOC < prev    next >
Text File  |  1991-03-04  |  6KB  |  185 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.       
  8.       
  9.       
  10.       
  11.                              U
  12.                            F   N
  13.                                  -           !
  14.                                    L       L
  15.                                      E   E 
  16.                                        V
  17.       
  18.       
  19.       
  20.                      - Fun-Level Bulletin Generator - 
  21.                                version 1.10
  22.       
  23.                               by Hugo Fortin
  24.       
  25.       
  26.       
  27.       
  28.       
  29.       
  30.       
  31.       
  32.           Introduction
  33.           ────────────
  34.            
  35.                     After having created Fun-Level, someone told me,
  36.                at a certain point, that he would like to see how much
  37.                he'd need to reach the next rank. That brought me to
  38.                FLBull, wich creates, from the Data File of Fun-Level,
  39.                a fully complete Bulletin that you can put with your
  40.                other text files, on your board.
  41.       
  42.                     I must admit that the idea was great, since that
  43.                particular guy uploaded near 3 megs of stuff, just to
  44.                reach the highest rank. It was probably an exception,
  45.                but those 3 megs were worthing the little time I had
  46.                put in the creation of FLBull... -Grin-
  47.       
  48.       
  49.       
  50.           Usage
  51.           ─────
  52.       
  53.       
  54.                     FLBull is as easy to install as Fun-Level (and
  55.                probably even easier). Since it doesn't need to be run
  56.                each night, like the other one, it just has to stay in
  57.                the same directory (to be sure you don't erase it by
  58.                inadvertance... -Smile-).
  59.       
  60.       
  61.       
  62.  
  63.  
  64.  
  65. Bulletin Generator v1.10     Monday, March 4, 1991 4:44 pm              Page 2
  66.  
  67.  
  68.                     If you run FLBull alone, without any parameters,
  69.                an help screen will appears to remember you the proper
  70.                use, wich is:
  71.       
  72.                FLBull <Config> [/A]
  73.       
  74.                Where:
  75.       
  76.                     <Config> is the name of the configuration file. An
  77.                example of such file is included in the original
  78.                archive under the name of FLBull.Cfg. You can modify
  79.                any of its lines, according to your specific needs. 
  80.       
  81.                     [/A] is the switch wich tells the Bulletin
  82.                Generator to create an ANSI file in addition to the
  83.                Ascii file. The three colors used by this option can be
  84.                configured in the configuration file, detailed below:
  85.       
  86.       
  87.           * C O N F I G U R A T I O N    F I L E *
  88.       
  89.      Line
  90.      ────
  91.        1       FLBLHead.Asc   -> Name of the Ascii heading file
  92.        2       FLBLHead.Ans   -> Name of the ANSI  heading file
  93.        3       Flevel.Eng     -> Name of the Data file
  94.        4       Bulletin.Asc   -> Name of the Ascii text file created 
  95.        5       Bulletin.Ans   -> Name of the ANSI  text file created
  96.        6       11             -> Color for the lowest number
  97.        7       10             -> Color for the highest number
  98.        8       9              -> Color for the rank given
  99.       
  100.       
  101.           Explanations on FLBULL.Cfg
  102.           ──────────────────────────
  103.       
  104.           1 -  Like Fun-Level, the Bulletin Generator allow you to
  105.           display a certain number of lines before the rest of the
  106.           text file as an introduction. An example of such file is
  107.           included under the name FLBLHead.Asc.
  108.       
  109.       
  110.           2 - Same as the above, except that this file will be used
  111.           only if the ANSI feature has been enabled. A similar file is
  112.           also included (see FLBLHead.Ans).
  113.       
  114.       
  115.           3 -  This is the name of the Data file used by Fun-Level
  116.           every night. (ex.: Flevel.Eng).
  117.       
  118.       
  119.           4 -  The following line shows the name of the final text
  120.           file created by the Bulletin Generator.
  121.       
  122.       
  123.  
  124.  
  125.  
  126. Bulletin Generator v1.10      Monday, March 4, 1991 4:44 pm              Page 3
  127.  
  128.  
  129.           5 - Same as the above, but for its ANSI counterpart.
  130.       
  131.           *    You can add a Path with the five filenames above, if
  132.           necessary. Just be sure to respect the DOS limit, wich is 63
  133.           characters.
  134.       
  135.       
  136.           6 - This is the color of the lowest number in the final ANSI
  137.           file.
  138.       
  139.       
  140.           7 - This is the color of the highest number in the final
  141.           ANSI file.
  142.       
  143.       
  144.           8 - This is the color of the rank given to each user in the
  145.           final ANSI file.
  146.       
  147.       
  148.           *  The three lines above apply directly in the final ANSI
  149.           file. They could be represented as following:
  150.       
  151.              1000   2000   Millionaire
  152.               ^      ^          ^
  153.       line:   6      7          8
  154.       
  155.                For the color definition, I used numbers from 1 to 15
  156.           in their usual order described in details in the Fun-Level's
  157.           documentation.
  158.       
  159.           ** As for Flevel.Cfg, the ANSI information are absolutly
  160.           necessary in FLBull.Cfg for the smooth running of the
  161.           program, even if you don't use this feature.
  162.       
  163.       
  164.       
  165.           Conclusion
  166.           ──────────
  167.       
  168.                     FLBull was programmed in Turbo-Pascal 5.5, by
  169.                Borland. This version was written on March 4, 1991,
  170.                snowy evening, just before going outside to shovel.
  171.       
  172.                     FLBull is a complement to Fun-Level and therefore,
  173.                is as free as the first one (but not Public Domain).
  174.       
  175.                     For comments or suggestions, please refer to the
  176.                correspondant section in FLevel.Doc.
  177.                                  
  178.                     Thanks for having downloaded Fun-Level.
  179.       
  180.       
  181.                     Hugo Fortin -- March 4, 1991.
  182.       
  183.       
  184.  
  185.